Change SNMP Port on RouterOS v6.22

In NAT on the router terminating the public IP, simply NAT the requests correctly:
PublicIP:SomePort → LocalIP:161

/ip firewall nat add chain=dst-nat dst-address=publicip proto=udp dst-port=someport action=dst-nat to-address=localip to-port=161