@riking @djsundog I haven't done this in awhile and had to look it up again, but I think you can redirect to multiple processes using tee:
tee >(process1) >(process2) >(process3) | process4
https://linux.byexamples.com/archives/144/redirect-output-to-multiple-processes/