I would start my looking at your peer settings for each device. It surprized me they converse properly via wireguard,
LTE6
/interface wireguard peers
add allowed-address=10.1.10.0/30,10.1.1.0/24 endpoint-address=*********** endpoint-port=8088 interface=WGClientWLehtpuu persistent-keepalive=10s
public-key=“”
/ip address
add address=10.1.11.1/24 interface=ether1 network=10.1.11.0
add address=10.1.10.2/30 interface=WGClientWLehtpuu network=10.1.10.0
/ip route
add disabled=no distance=1 dst-address=10.1.1.0/24 gateway=10.1.10.1 pref-src=“” routing-table=main scope=30 suppress-hw-offload=no target-scope=10
RB1100
/interface wireguard peers
add allowed-address=10.1.10.0/30,10.1.11.0/24 interface=WGServerLPuu persistent-keepalive=10s public-key=“IR9g9NTTtkSS0RY2WzjF1lcvs9mNZW7Log7P9id1z1k=”
/ip address
…
add address=10.1.1.1/24 interface=BrLAN_01-11 network=10.1.1.0 { LAN }
add address=10.1.10.1/30 interface=WGServerLPuu network=10.1.10.0
/ip route
add disabled=no distance=1 dst-address=10.1.11.0/24 gateway=10.1.10.2 pref-src=“” routing-table=main scope=30 suppress-hw-offload=no target-scope=10
CORRECTED:
LTE6
/interface wireguard peers
add allowed-address=10.1.10.0/24,10.1.1.0/24
endpoint-address=***** endpoint-port=8088 interface=WGClientWLehtpuu persistent-keepalive=10s
public-key=“”
/ip address
add address=10.1.11.1/24 interface=ether1 network=10.1.11.0 { LAN }
add address=10.1.10.2**/24** interface=WGClientWLehtpuu network=10.1.10.0 { Larger pool required if adding more clients }
/ip route
add disabled=no distance=1 dst-address=10.1.1.0/24 gateway=WGClientWLehtpuu pref-src=“” routing-table=main scope=30 suppress-hw-offload=no target-scope=10
RB1100
/interface wireguard peers
add allowed-address=10.1.10.2/32,10.1.11.0/24 interface=WGServerLPuu { persistent keep alive not relevant to server for handshake }
public-key=“=”
/ip address
add address=192.168.88.1/24 interface=E13_Mgmt network=192.168.88.0 (MGMT)
add address=10.1.1.1/24 interface=BrLAN_01-11 network=10.1.1.0 (LAN)
add address=10.1.10.1**/24** interface=WGServerLPuu network=10.1.10.0
/ip route
add disabled=no distance=1 dst-address=10.1.11.0/24 gateway=WGServerLPuu pref-src=“” routing-table=main scope=30 suppress-hw-offload=no target-scope=10
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
If by chance you wanted to remote into either router via wireguard, the connecting point would be the RB1100
Just need to add the peers.
add allowed-address=10.1.10.3/32 interface=,