Replace my VRF Cisco router with MIKROTIK

Dears;
I have Cisco router contains this configuration:
##############################################################################
ip vrf VPN
rd 1000:1000
interface GigabitEthernet0/0
description “WAN”
interface GigabitEthernet0/0.1201
description “WAN”
encapsulation dot1Q 1201
ip address x1
interface GigabitEthernet0/0.1202
description “VPN WAN”
encapsulation dot1Q 1202
ip vrf forwarding VPN
ip address x2
interface GigabitEthernet0/1
description LAN
interface GigabitEthernet0/1.121
description “Internet”
encapsulation dot1Q 121
ip address x3
interface GigabitEthernet0/1.122
description “VPN”
encapsulation dot1Q 122
ip vrf forwarding VPN
ip address x4
ip route vrf VPN 192.168.5.0 255.255.255.0 x5
ip route 0.0.0.0 0.0.0.0 x6
##############################################################################
I got MIKROTIK RB951 with router OS V6.2 . I configured it to work exactly as Cisco router, but unfortunately the VRF is not working.
kindly advise.