Can a MikroTik router identify OpenVPN traffic?

I need to have both HTTPS and OpenVPN traffic going to a mikrotik router, both on port 443.
Can I have the MikroTik redirect HTTPS traffic to my web server (ex. 192.168.6.70) and OpenVPN traffic to my OpenVPN server (ex. 192.168.6.75)?
Can the MikroTik tell the difference between OpenVPN and HTTPS on the same port?

To my knowledge, that’s not supported. This can be done on a “regular” OpenVPN server, but Mikrotik’s OpenVPN server implementation does not currently support passing regular TLS/SSL traffic through.

I’m not using MikroTik’s OpenVPN server - I just have OpenVPN traffic going through the mikrotik router.
There’s no way to identify the OpenVPN traffic with firewall rules?

That might be possible using L7 inspection. Can’t tell for sure. There’s definitely no ready-to use matchers built in

Ok thanks - I’ll have to try it out.