I've figured out where was the problem.
As LAC is not MT, it has different config.
/ip firewall nat add chain=dstnat protocol=tcp dst-address=84.254.1xx.xx/32 dst-port=8291 \
action=dst-nat to-addresses=192.168.0.1 to-ports=8291
/ip firewall nat add chain=srcnat protocol=tcp src-address=192.168.0.1/32 action=src-nat \
to-addresses=84.254.1xx.xx