Need to BGP peer within a VRF

I have a microtik I need to see if it is possible to peer with a neighbor within a VRF. I do not want LDP as in vpn4 neighbor ship. I need to be able to do the equivalent of the below on a cisco.

router bgp 64512
no synchronization
bgp log-neighbor-changes
no auto-summary
!
address-family ipv4 vrf vpn
neighbor 10.202.0.41 remote-as 11215
neighbor 10.202.0.41 activate
no synchronization
exit-address-family


The bold lettering is the main problem I do not see a option to peer in a address-family in a vrf.