Wireguard Connection between two sites

Show your config, cant help without it.

This is my Work CHR (both of them are in virtual lab)

# nov/08/2021 13:26:43 by RouterOS 7.1rc4
# software id = 
#
/interface bridge
add name=bridge1
/interface wireguard
add listen-port=13231 mtu=1420 name=wireguard1
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/interface wireguard peers
add allowed-address=0.0.0.0/0 endpoint-address=192.168.244.130 endpoint-port=13231 interface=wireguard1 public-key="LF4YC4zRBTIkWkRfYh+O6MFlgb3eHjXAuslYj+GpmD8="
/ip address
add address=192.168.12.1/24 interface=bridge1 network=192.168.12.0
/ip dhcp-client
add interface=ether1
/ip firewall filter
add action=accept chain=input dst-port=13231 protocol=udp
/ip route
add disabled=no distance=1 dst-address=192.168.13.0/24 gateway=wireguard1 pref-src="" routing-table=main scope=30 suppress-hw-offload=no target-scope=10
/system identity
set name=Work
/system logging
add topics=wireguard

This is my Home CHR

# nov/08/2021 13:28:03 by RouterOS 7.1rc4
# software id = 
#
/interface bridge
add name=bridge1
/interface wireguard
add listen-port=13231 mtu=1420 name=wireguard1
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/interface wireguard peers
add allowed-address=0.0.0.0/0 endpoint-address=192.168.244.128 endpoint-port=13231 interface=wireguard1 public-key="G0u/uLbWi81NwQqFI4fmNxNEUOUo5+U2u3R2WYqweDY="
/ip address
add address=192.168.13.1/24 interface=bridge1 network=192.168.13.0
/ip dhcp-client
add interface=ether1
/ip firewall filter
add action=accept chain=input dst-port=13231 protocol=udp
/ip route
add disabled=no distance=1 dst-address=192.168.12.0/24 gateway=wireguard1 pref-src="" routing-table=main scope=30 suppress-hw-offload=no target-scope=10
/system identity
set name=Home

Which one do you consider the Server and the Peer for the initial connection…

What type of tunnel are you looking for.
a. CHR home to go out CHR work internet?
b. CHR home to access CHR work Lan subnets?

or vice versa

c. CHR work to go out CHR home internet
d. CHR work to access CHR home LAN subnets