Does the Mikrotik support your VPN connection type?

Good afternoon!
I plan to use your VPN service to unite two offices where Mikrotik router is used as a gateway.
I’ve created certificates and uploaded OVPN -“Client connection type” to router. And there’s connection problems of Mikrotic with VpN server
Does the Mikrotik support your VPN connection type? If so, could you, please, provide me with instruction how to connect it properly?

I managed to connect Mikrotik. Create a server with TCP protocol (Mikrotik does not support UDP). Connect to the database on the host using the command:
mongosh pritunl
You can check the current server parameters using the command:
db.servers.find({name: "main"})
Replace “main” with the name of your server. You need to modify the parameters lzo_compression and tls_auth. Use the following command:
db.servers.update({name: "main"}, {$set: {tls_auth: false, lzo_compression: 'adaptive'}})
Restart the server through the web interface.
To get rid of the IP packet with unknown IP version=0 seen log messages, you can type the following command in the Mikrotik terminal:
/ip neighbor discovery-settings set discover-interface-list=none