Are external inputs for saturation block possible ?

There isn’t a library block with this behavior, but it is straightforward to implement such functionality with the min/max blocks, as shown below. This example is taken from saturation implementation in the PID Controllers from the PLECS library. The assertion logic serves to generate an error for the invalid condition when the lower limit exceeds the upper limit.