Ports can be opened/forwarded in Mikrotik RouterOS using the snippet below.
/ip firewall nat add chain=dstnat dst-port=1234 action=dst-nat protocol=tcp to-address=192.168.1.1 to-port=1234
Note the following parameters and edit as necessary:
- dst-port
- to-port
- to-address
- protocol