Trigger command blocks remotely?
Solution 1:
Summon a redstone block beside the command block:
setblock X Y Z redstone_block
I checked that it works even if the chunk is not loaded.
You can figure out the coordinates by standing right beside the command block, pressing F3 and looking at "Block:"
May want to remove the redstone block afterwards so it can activate again later:
setblock X Y Z air