Mikrotik netwatch script autoreconnect pptp ping

Netwatch > Add > Down Script

:do {
/int pptp-c disable <pptp-profile>
/delay 5
/int pptp-c enable <pptp-profile>
/delay 5
} while=( [/ping <checking-ip> count=5] = 0 );