Dynamic property setting in multi-process pipeline

I am running a pipeline that is spread across 2 processes.
1st process has Camera source, Image Enhancer while Process 2 has Muxer, Video Encoder, Muxer and File sink in 2nd process.

I am interested to know that using ipcpipeline (or any other similar concept), can the application from 1st process set property on video encoder in 2nd process dynamically during pipeline execution.