nonat in mikrotik

hi
in Cisco ASA and other firewall we have function named nonat that exclude traffic from nat and route this traffic. have this function in mikrotik?
in mikrotik we could exclude a trrafic from nat ?

That would go something like:

/ip firewall address-list add list=nonat address=nonatIP
/ip firewall address-list add list=nonat address=nonatsubnet/prefix comment="if desired, document here"

/ip firewall nat chain=src-nat src-address-list=nonat action=accept
/ip firewall nat chain=src-nat src-address=localsubnet/prefix action=masquerade

This is free-typed without an actual 'tik for syntax and spell checking…