The Laplace operator 1/s is an integrator and s is a derivative.
You can break apart your equation and implement it with a gain block and a derivative block. But modeling things with derivatives is generally not great, super sensitive to noise.
A better practice is to model things using integrators.
I suggest looking at what you are trying to model from a higher level perspecitve. For that higher level view, see if you can re-arrange the full set of equations to use integrators instead of derivatives.