VLAN-interface on VRRP-interface not ping

Hello!
My network diagram:
↔ ↔
On the router and on the switch, I created an VLAN-interface and assigned it an IP:
Cisco Catalyst:
interface Vlan50
ip address 192.168.90.119 255.255.255.0

Mikrotik
interface Vlan50
ip address 192.168.90.120 255.255.255.0

When I assign the VLAN-interface to the physical interface, it pings from switch.
When I assign the VLAN-interface to the VRRP-interface, it not available from switch.
VLAN-int.PNG
VLAN-int2.PNG
On Cisco Catalyst interface work in trunk mode, all vlans are allowed:
interface Port-channel6
switchport mode trunk

Please help me understand why the VLAN-interface is not available from Switch.

That’s because your mixing concepts, a VLAN is in a layer2 domain, and VRRP is in layer3, what that means is that you can create different VLANs interfaces facing your switch, and configuring VRRP over the VLAN instead of the VLAN over the VRRP.