Agree with DjHacktorRebeborn’s answer, but you can achieve this case by writing your own BroadCastReceiver
.
You need to write a code for which will keep track on receiving SMS and move those SMS to another location.
However by default SMS will come in Inbox only.
solved Blocking Sms in Android programmatically [closed]