VPN connect between Mikrotik and another router

Hello,
Please advise is there any chance to make Mikrotik connect to another router by VPN external IP with known user and password?
And if yes then how it could be done?
Thanks.

Found here: https://www.mansooryousaf.com/blogs/configuring-mikrotik-router-as-client-vpn-for-routing-all-internal-traffic-to-external-vpn-server

/interface pptp-client
add add-default-route=yes connect-to=IP Address of VPN Server disabled=no name=“External VPN”
password=password user=username

/ip firewall nat
add action=masquerade chain=srcnat out-interface=“External VPN” src-address=
192.168.2.0/24

Where 192.168.2.0/24 is your Mikrotik LAN Network.