Not possible to create an FTS index across 2 tables. You can however query multiple tables in 1 query if each has it's own FTS index. If the tables are related then you use a join, if not then a UNION query with selects that match against each table in turn would be most efficient.