this is not quite right.
It is rather a-typical to have a management vlan span routers. This is normally something done on switches; routers are not meant to work this way. You have created a VLAN that passes over a trunk between the two routers but you have no SVI to allow host in VLAN 91 to talk to the routers. You should remove the subinterfaces from the trunk and instead create SVIs on each of the routers to connect hosts.
Router 1
no int G0/0.91
int vlan 91
ip address 10.3.30.200 255.255.255.0
no shutdown
Router 2
no int G0/0.91
int vlan 91
ip address 10.3.40.200 255.255.255.0
no shutdown
Change host to new subnet