Can't connect to local network via VPN

Hi there, I’m trying to connect to a few devices on the LAN network (10.0.1.6 and 10.0.1.7) however I can’t seem to connect. I’ve exported my config below.

# jun/07/2023 15:24:40 by RouterOS 7.9.2
# software id = K6XX-NGKP
#
# model = CCR2004-1G-12S+2XS
/interface bridge
add name=bridge1
/interface l2tp-server
add name=L2TP-IN user=elliot
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=dhcp ranges=10.0.1.10-10.0.1.200
/ip dhcp-server
add address-pool=dhcp interface=bridge1 name=dhcp1
/port
set 0 name=serial0
set 1 name=serial1
/ppp profile
add bridge=bridge1 local-address=10.0.2.1 name=DecahedraVPN
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=sfp-sfpplus2
add bridge=bridge1 interface=sfp-sfpplus3
add bridge=bridge1 interface=sfp-sfpplus4
add bridge=bridge1 interface=sfp-sfpplus5
add bridge=bridge1 interface=sfp-sfpplus6
add bridge=bridge1 interface=sfp-sfpplus7
add bridge=bridge1 interface=sfp-sfpplus8
add bridge=bridge1 interface=sfp-sfpplus9
add bridge=bridge1 interface=sfp-sfpplus10
add bridge=bridge1 interface=sfp-sfpplus11
add bridge=bridge1 interface=sfp-sfpplus12
add bridge=bridge1 interface=sfp28-1
add bridge=bridge1 interface=sfp28-2
/interface detect-internet
set detect-interface-list=all
/interface l2tp-server server
set default-profile=DecahedraVPN enabled=yes use-ipsec=yes
/interface list member
add interface=sfp-sfpplus1 list=WAN
add interface=bridge1 list=LAN
/ip address
add address=PublicIPs/28 interface=sfp-sfpplus1 network=Gateway
add address=10.0.1.1/24 interface=bridge1 network=10.0.1.0
/ip dhcp-client
add disabled=yes interface=sfp-sfpplus1
/ip dhcp-server network
add address=10.0.1.0/24 dns-server=10.0.1.1,1.1.1.1,1.0.0.1 gateway=10.0.1.1 \
    netmask=24
/ip dns
set servers=1.1.1.1
/ip firewall filter
add action=accept chain=input in-interface=sfp-sfpplus1 protocol=ipsec-esp
add action=accept chain=input dst-port=500,1701,4500 in-interface=sfp-sfpplus1 \
    protocol=udp
/ip firewall nat
add action=masquerade chain=srcnat out-interface-list=WAN
/ppp secret
add name=elliot profile=VPN
/system clock
set time-zone-name=Europe/London
/system identity
set name=CCR1
/system note
set show-at-login=no
/system routerboard settings
set enter-setup-on=delete-key