There's a few ways to combine them, though I can't say I've looked too deeply about how they all look together.
The first way would be to apply one of the shaders to a layer and another shader to the displayables themselves. In doing that you can sort of stack two shaders together. RenPy docs on Layers here: https://www.renpy.org/doc/html/displaying_images.html#layer
The other way would be to directly edit the shader code to produce both effects, which I wouldn't recommend unless you're comfortable with writing shaders.