How to exclude more then one Connection Mark in Firewall fasttrack rule?

How to exclude more than one Connection Mark in Firewall Fasttrack rule? I have Express VPN set up on my Mikrotik all works good, but if I want to change location all the time I have to go to P"TP client and change server URL. I got and the idea just to create two L2TP clients pointing to different servers and all looks like should work with no problem managing how it should be routed. But the problem I got is that Fastrack rule where I have to exclude VPN traffic accepts only one connection mark how to exclude two connection marks?

As you probably want to exclude any marked connections from fasttracking, you can set connection-mark=no-mark in the action=fasttrack-connection rule, instead of connection-mark=!vpn-mark.

Thank you a mill, will test tomorrow.