I have a previously running process (process1.sh) that is running in the background with a PID of 1111 (or some other arbitrary number). How could I send something like
Named Pipes are your friend. See the article Linux Journal: Using Named Pipes (FIFOs) with Bash.