Playing with VRFs - what am I doing wrong?

Would something like:
/interface list member
add interface=vrf_starlink list=WAN
add interface=vrf_orange list=WAN

work?

There have been some changes in some version of 7.14 that may allow this:
http://forum.mikrotik.com/t/vrf-routing-issue-on-7-14/174016/1

or:
/ip firewall nat
add action=masquerade chain=srcnat comment=“defconf: masquerade” ipsec-policy=out,none out-interface-list=WAN
add action=masquerade chain=srcnat comment=“myconf: vrfmasquerade” ipsec-policy=out,none out-interface=vrf_starlink
add action=masquerade chain=srcnat comment=“myconf: vrfmasquerade” ipsec-policy=out,none out-interface=vrf_orange
?
:question: