You can't just skip a Sequence, hence the name Sequence; however, you probably ought to change from a Sequence structure to a Case structure. But, if you must keep the Sequence structure, add a test (e.g. Equal.VI?) wired to a Case (the Case has all the original sequence contents inside it) inside EACH Sequence to determine if that sequence needs to run or skip.
I'd prefer my 1st option of just using Cases. You also have what is the basis for a State Machine design, but that may be beyond what you really need, for now.
Good luck with it,
Doug