You should not have the same network configured in more than one interface: the system will not really know which one to use to reach the systems in that network and there might be issues with ARP depending on the values of rp_filter.
You need a different network for each interface, let's say 10.10.10.x/24 for management, 10.10.11.x/24 for iSCSI1 and 10.10.12.x24 for iSCSI2. Your iSCSI target will need to have an IP on both iSCSI networks, publish the LUN through both and on PBS you will need multipath. Alternatively, create a bond with ens41 and ens42, assign an IP 10.10.11.x/24 and the iSCSI target will only need to be in one network.
Ideally, each subnet should be in it's own VLAN.