Then in NAT create the necessary dstnat rules…
/ip firewall nat
add action=dst-nat chain=dstnat comment=Cerberus_Access dst-port=3333
in-interface=WAN log=yes protocol=tcp to-addresses=10.0.4.146 to-ports=4444
It would be better if you could limit access and this would necessitate the creation of a firewall address list for example.
This is another example with such an inclusion and I changed the in-interface for this example supposing you had two wan IPs.